Customization improvements
ID | Description |
---|---|
MRE-1289 |
The Batch.PrintDetails method now works in the Meridian Web Client for the Copy Document command with a selection of documents. |
MRE-1500 | The Client.Refresh method now updates the current view when called on a folder object. |
MRE-1590 |
New objects ExportPackages and ExportPackage have been added that expose properties and methods for managing export packages. |
MRE-1599 | The Revit link can now be detected in VBScript by the AS_CID_REVITLINK constant in the Client.ClientID value. |
MRE-1621 |
New user-defineable events ImportPackagesPage_IsVisible() and ExportPackagesPage_IsVisible() have been added to control the visibility of the Import Packages and Export Packages property page of documents. |
MRE-1635 |
The document copy commands (Copy Document, Create Project Copy, and so on) now assign the initial workflow state of workflow definitions automatically to new copies if the document type is configured to use a workflow definition and the For new documents option is set to Yes. Previously, the commands assigned the Under Change state of document type workflow instead. This is potentially a breaking change for configurations that implement a workaround in VBScript to assign the correct state, for example, with the Document.Migrate method. The workaround may no longer be needed and should be tested and removed, if necessary. |
MRE-1776 | The Client.Argument property now works correctly for batches of documents in the Meridian Web Client. |
MRE-1825 | The BeforeUpdateProperties and AfterUpdateProperties events are now handled correctly in the Meridian Web Client that prevented title block synchronization during batch imports from working correctly. |
MRE-1921 |
A new event ImportPackage_ChangeState has been added to enable custom email notification on package status changes. |
For more information, see the BlueCielo Meridian Enterprise VBScript API Reference Guide or the BlueCielo Meridian Enterprise .NET API Reference Guide.